/* You can set styles with 2 id selectors below, for left and right div for Ads */
/* I have put some default styling, you can erase all of them except float property, which positions them left and right */
#leftAdsId {
	float: left;
	width: 25%;
	height: 400px;
	margin-left: 3%;
	margin-top: 80px;
	background-color: #FFFFE0;
}
#rightAdsId {
	float: right;
	width: 25%;
	height: 400px;
	margin-right: 3%;
	margin-top: 80px;
	background-color: #FFFFE0;
}

.strong {
	font-weight:bold;
}

#responsive-image{
	height:100%;
	width:95%;
	
}

.small_head {font-size:20px; }

.well_main_context {
	margin-top:20px;	
}

.top-image{
	height:70px;
	background:url(../images/top-image.png) repeat-x;
	
}

.below-image{
	height:70px;
	background:url(../images/top-image.png) repeat-x;
}

.text-center{
	padding:10px 0 0 0;
	
}

.well_main{
	
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	margin-top:20px;
	display:block;
	
}

.btn-custom {
    width: 380px !important;
	margin-bottom: 15px;
}

.content {padding:0 10px 0 10px;}
.head_info {
	border-radius: 20px;
    background: #73AD21;
    padding: 5px; 
    width: 100%;
    height: 100%; 
}

.fr {font-weight:bold;}
.fr-images {width:25px; height:21px; margin-top: 0px;}
.en {font-weight:bold;}
.en-images {width:25px; height:21px; margin-top: 0px;}

.content_image {
	padding: 0 10px 10px 0;
	height:30%;
	width:30%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Serif', serif;
	background-color:#e5e5e5;
	
}

.container {
	background-color:#ffffff;
	margin-top:-20px;
}

#mainCont > div:first-child h1, #mainCont > div:first-child h2 {
	text-align: center;
}
#mainCont > div:nth-child(2) > div h4 {
	text-align: center;
}

.dropdown-menu {
  width: 100%; 
}

.navbar .btn{
 width: 100%;
}

/*first dropdown*/

.headTitle {
	text-align: center;
	position: relative;
	padding-top:50px;
	
}
#secondSection {
	padding-top: 2%;
}
#buttonHeadline {
	text-align: center;
	padding-bottom: 3%;
}
#bottomHeadline {
	
	padding-bottom: 5%;
}
#bottomGraphic {
	
	padding-bottom: 5%;
	text-align: left;
}
#generatedValues {
	white-space: nowrap;
}
#jbcULbullets {
  list-style-type: none;
}
#bottomGraphic images {
	width: 100%;
	height: 100%;
}

/*second dropdown*/

#formGenerator1 {
	padding-left: 3%;
}

#formGenerator1  {
	white-space: nowrap;
}
#bottTextExplain {
	padding-top: 10%;
	padding-bottom: 5%;
	padding-right: 3%;
	padding-left: 3%;
}
#cardsOptionNames {
	padding-top: 1.5%;
	padding-left: 6.6%;
}

/*Validator*/

.headTitleValidator {
	text-align: center;
	padding-bottom: 3%;
	
}
#validatorPage > div {
	padding-bottom: 3%;
}
#validatorPage img {
	width: 100%;
	height: 100%;
	max-height: 100px;
	max-width: 100px;
}
#lastRow {
	padding-bottom: 4%;
}
#cardImagesRow > div.darkPic img {
    opacity: 0.07;
}

/* Generated Content */

#mainCont.generated {
	min-width: 400px;
	width: 30%;
	height: 500px;
	overflow-y: scroll;
}

#mainCont.generated + div {
	min-width: 400px;
	width: 30%;
	margin: 0 auto;
	margin-top: 30px;
}

#mainCont.generated + div + div {
	min-width: 400px;
	width: 30%;
	margin: 0 auto;
	margin-top: 30px;
}

.visa {background:url(../images/visa_s.png) no-repeat; padding-left:50px;}
.master {background:url(../images/master_s.png) no-repeat; padding-left:50px;}
.discover {background:url(../images/discover_s.png) no-repeat; padding-left:50px;}
.jcb {background:url(../images/jcb_s.png) no-repeat; padding-left:50px;}
.amex {background:url(../images/american_s.png) no-repeat; padding-left:50px;}
.credit_card_image{
	height:70%;
	width:70%;
}

.row li {
    display: block;
}

.row li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
	content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #09b011;
}

.banner {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.container_1 {
padding-top:7%;
	}

@media screen and (max-width: 640px){
.credit_card_image {height:100%; width:100%}
.content_image {
	padding: 0 10px 10px 0;
	height:100%;
	width:100%;
}

.container_1 {
padding-top:60%;
	}	
	

}

.footer {
	
	width: 100%;
	}

.adstyle {padding:0 10px 0 10px;}

.pl-4 {padding-left:15px;}
.pl-3 {padding-left:10px;}
.pl-1 {padding-left:6px;}
.pl-2 {padding-left:2px;}

.pt-1 {padding-top:5px;}
.pt-2 {padding-top:10px;}
.pt-3 {padding-top:15px;}
.pt-4 {padding-top:20px;}
.pt-5 {padding-top:40px;}

.mr-4 {margin-right:10px;}

.mt-4 {margin-top:10px;}
.mt-5 {margin-top:150px;}

.fixed {position:fixed; bottom: 0;width: 100%;}

.bloghead {
background: rgb(164,209,153);
background: linear-gradient(90deg, rgba(164,209,153,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,0.5550595238095238) 100%, rgba(230,18,18,0.9948354341736695) 100%, rgba(173,62,28,1) 100%);
padding:5px 5px 5px 5px;
font-weight:bold;
	}

.bloghead a:link { 
	text-decoration: none;
	color: green;
	background-color: transparent; 
	}
	
.mediablock {padding:0px 0 10px 0;}

.sidebarapi{
	
	background: url("../images/apibackground.png") repeat-y;
	
}


.vertical-menu {
  width: 250px; /* Set a width if you like */
  
  
}

.vertical-menu a {
  background-color: #5cb85c; /* Grey background color */
  color: #eee; /* Black text color */
  display: block; /* Make the links appear below each other */
  padding: 12px; /* Add some padding */
  font-weight:bold;
  text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
  background-color: #449d44; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
  background-color: #4CAF50; /* Add a green color to the "active/current" link */
  color: white;
}
